IApi.RemoveModuleConfiguration 方法

移除已配置装置。

命名空间IntervalZero.KINGSTAR.Base.Api

组合: IntervalZero.KINGSTAR.Base.Api (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0

语法

C#VB
KsError RemoveModuleConfiguration(
       int ConfigurationIndex
)
Function RemoveModuleConfiguration(
       ConfigurationIndex As Integer
) As KsError

参数

ConfigurationIndex

型别:int

已配置装置的索引。

回传值

型别:KsError

方法的回传值。

可用的 EtherCAT 状态

ecatOffline

范例

C#
N/A

参见

IApi 介面

IntervalZero.KINGSTAR.Base.Api 命名空间